home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacTech 1 to 12
/
MacTech-vol-1-12.toast
/
Source
/
MacTech® Magazine
/
Volume 10 - 1994
/
10.09 Sep 94
/
Getting Started
/
main.cp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-19
|
284 b
|
22 lines
|
[
TEXT/R*ch
]
//main.cp
#include <iostream.h>
#include "CJunior.h"
//--------------------------------------- main
int main()
{
CJunior *juniorPtr;
juniorPtr = new CJunior;
cout << "----\n";
// juniorPtr->grampsDataMember = 1; <--This won't compile
delete juniorPtr;
return 0;
}